All Questions
6 questions
-1votes
1answer
159views
Why does putty store sessions in the registry? [closed]
I recently wanted to copy my putty config from one laptop to another. I figured there would be a directory somewhere which stored the IP addresses etc as some form of text file. I was surprised to ...
4votes
2answers
5kviews
Storing session key in a hidden field
Background: I have a question which is outline at Use different local storage between windows. The very high level question is "How can I keep tabs and windows sessions from clashing". Requirement: ...
6votes
1answer
4kviews
Best practices for using HTTP sessions(Java)
My Question is not about how to use HTTP session or how values are being used in session. Question is more oriented about approach. In my current application there are few values being stored in the ...
2votes
1answer
552views
anonymous checkout
Working on a E-commerce solution where I need to handle checkout based on anonymous customer and as of now I am not able to think properly how best this can be implemented. Our ShoppingCart is being ...
5votes
2answers
14kviews
Storing large data in HTTP Session (Java Application)
I am asking this question in continuation with http-session-or-database-approach. I am planning to follow this approach. When user add product to cart, create a Cart Model, add items to cart and save ...
18votes
6answers
22kviews
HTTP Session or Database approach
I am confused a little as what should be my approach, Working on a design of shopping cart and i need to store shopping cart either in session or in database but not sure which approach would be best....